home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000625_timbl@www3.cern.ch _Tue Feb 2 15:29:51 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  1KB

  1. Return-Path: <timbl@www3.cern.ch>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA11059; Tue, 2 Feb 93 15:29:51 MET
  4. Received: from www3.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA15911; Tue, 2 Feb 1993 15:45:41 +0100
  6. Received: by www3.cern.ch (NX5.67c/NX3.0S)
  7.     id AA01489; Tue, 2 Feb 93 15:42:57 +0100
  8. Date: Tue, 2 Feb 93 15:42:57 +0100
  9. From: Tim Berners-Lee <timbl@www3.cern.ch>
  10. Message-Id: <9302021442.AA01489@www3.cern.ch>
  11. Received: by NeXT.Mailer (1.87.1)
  12. Received: by NeXT Mailer (1.87.1)
  13. To: marca@ncsa.uiuc.edu (Marc Andreessen)
  14. Subject: Re: queries
  15. Cc: www-talk@nxoc01.cern.ch
  16. Reply-To: timbl@nxoc01.cern.ch
  17.  
  18.  
  19. >    
  20.  
  21. >    Begin forwarded message:
  22. >    
  23.  
  24. >    Date: Mon, 1 Feb 93 21:20:20 -0800
  25. >    From: marca@ncsa.uiuc.edu (Marc Andreessen)
  26. >    To: www-talk@nxoc01.cern.ch
  27. >    Subject: queries
  28. >    X-Md4-Signature: c6939722b120a5e6f7421ea713bf67d4
  29. >    
  30.  
  31. >    So I enter a searchable document, and my browser lets me make a  
  32. query,
  33. >    resulting in URL, say, 'foo?keyword'.  
  34.  
  35. >    
  36.  
  37. >    The resulting document is also searchable.  So I make another  
  38. query.
  39. >    
  40.  
  41. >    Should the resulting URL be 'foo?keyword?anotherkeyword' or
  42. >    'foo?anotherkeyword' ... ???
  43.  
  44. It should be foo?anotherkeyword as the existing search is stripped  
  45. off.  There is an HTSearch() which does it.
  46.  
  47. Tim
  48.  
  49. >    Marc
  50. >    
  51.  
  52. >    
  53.  
  54. >